DMA channel - traduzione in spagnolo
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

DMA channel - traduzione in spagnolo

FEATURE OF COMPUTER SYSTEMS
Direct Memory Access; DMA controller; DMA engine; DMA channel; Intel Data Direct I/O; Intel DDIO; Data Direct I/O; DDIO; DMA transfer; Third-party DMA; Linked Direct Memory Access; Linked direct memory access; Linked DMA; Programmable DMA controller; Multiplexed DMA; Multiplexed direct memory access; DMA request; DRQ (DMA); DRQ (direct memory access); Burst mode DMA; Burst mode direct memory access; DMA burst; Direct memory access burst; Cycle steal DMA; Cycle steal direct memory access; Cycle stealing DMA; Cycle stealing direct memory access; Interleaved DMA; Interleaved direct memory access
  • Cache incoherence due to DMA
  • integrated circuits]] below the middle of the image are the DMA controller (l.) and - unusual - an extra dedicated DMA controller (r.) for the [[magneto-optical disc]] used instead of a [[hard disk drive]] in the first series of this computer model.

DMA channel         
Canal de relación directa a la memoria, Canal de comunicación entre la memoria y los mecanismos en la circunferencia
Direct Memory Access         
Acceso directo a la memoria, Onda de comunicación entre la memoria y los mecanismos en la circunferencia, DMA
communication channel         
PHYSICAL OR LOGICAL CONNECTION USED FOR TRANSMISSION OF INFORMATION
Channel (communications); Communications channel; Input-output channel; Channel model; Data channel; Coherent transmission; Transmission channel; Voice channel
vía de comunicación

Definizione

canal
género amb.
1) Cauce artificial por donde se conduce el agua para darle salida o para diversos usos.
2) Parte más profunda y limpia de la entrada de un puerto.
3) En el mar, paraje angosto por donde sigue el hilo de la corriente hasta salir a mayor anchura y profundidad.
4) Cualquiera de las vías por donde las aguas o los gases circulan en el seno de la tierra.
5) Llanura larga y estrecha entre dos montañas.
6) Teja delgada y mucho más combada que las comunes, la cual sirve para formar en los tejados los conductos por donde corre el agua.
7) Cada uno de estos conductos.
8) Cualquier conducto del cuerpo.
9) Camellón, artesa para dar de beber al ganado.
10) Res muerta y abierta, sin las tripas y demás despojos.
11) Cavidad que se forma entre las dos ancas del caballo cuando está muy gordo.
12) Corte delantero y acanalado de un libro encuadernado, no siendo en rústica. Es la parte opuesta al lomo.
13) Arquitectura. Estría, mediacaña de la columna. Se utiliza también como sust. masc.
sust. masc.
1) Estrecho marítimo, que a veces es obra de la industria humana, como el de Suez y el de Panamá.
2) Peine que usan los tejedores de lienzo.
3) Cáñamo que se saca limpio de la primera operación en el rastrillo.
4) Cada una de las bandas de frecuencia en que puede emitir una estación de televisión.

Wikipedia

Direct memory access

Direct memory access (DMA) is a feature of computer systems that allows certain hardware subsystems to access main system memory independently of the central processing unit (CPU).

Without DMA, when the CPU is using programmed input/output, it is typically fully occupied for the entire duration of the read or write operation, and is thus unavailable to perform other work. With DMA, the CPU first initiates the transfer, then it does other operations while the transfer is in progress, and it finally receives an interrupt from the DMA controller (DMAC) when the operation is done. This feature is useful at any time that the CPU cannot keep up with the rate of data transfer, or when the CPU needs to perform work while waiting for a relatively slow I/O data transfer. Many hardware systems use DMA, including disk drive controllers, graphics cards, network cards and sound cards. DMA is also used for intra-chip data transfer in multi-core processors. Computers that have DMA channels can transfer data to and from devices with much less CPU overhead than computers without DMA channels. Similarly, a processing circuitry inside a multi-core processor can transfer data to and from its local memory without occupying its processor time, allowing computation and data transfer to proceed in parallel.

DMA can also be used for "memory to memory" copying or moving of data within memory. DMA can offload expensive memory operations, such as large copies or scatter-gather operations, from the CPU to a dedicated DMA engine. An implementation example is the I/O Acceleration Technology. DMA is of interest in network-on-chip and in-memory computing architectures.